emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/posframe c31bed10ec 1/2: Replace certain single quotes


From: ELPA Syncer
Subject: [elpa] externals/posframe c31bed10ec 1/2: Replace certain single quotes in docstrings
Date: Fri, 27 May 2022 20:57:43 -0400 (EDT)

branch: externals/posframe
commit c31bed10ec423be178f15b89982f52920159fa64
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Replace certain single quotes in docstrings
    
    The byte-compiler recently got more fussy about quotes.
---
 posframe.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/posframe.el b/posframe.el
index 40518b42eb..9ded760e6c 100644
--- a/posframe.el
+++ b/posframe.el
@@ -439,15 +439,15 @@ the help of function `posframe-poshandler-argbuilder'.  
like:
  (3) POSHANDLER-EXTRA-INFO
 
 POSHANDLER-EXTRA-INFO is a plist, which will prepend to the
-argument of poshandler function: 'info', it will *OVERRIDE* the
-exist key in 'info'.
+argument of poshandler function: `info', it will *OVERRIDE* the
+exist key in `info'.
 
  (4) BUFFER-OR-NAME
 
 This posframe's buffer is BUFFER-OR-NAME, which can be a buffer
 or a name of a (possibly nonexistent) buffer.
 
-buffer name can prefix with space, for example ' *mybuffer*', so
+buffer name can prefix with space, for example \" *mybuffer*\", so
 the buffer name will hide for ibuffer and `list-buffers'.
 
  (5) NO-PROPERTIES



reply via email to

[Prev in Thread] Current Thread [Next in Thread]