branch: externals/posframe
commit 0d23bc5f7cfac00277d83ae7ba52c48685bcbc68
Merge: c91d4d53fa c31bed10ec
Author: tumashu <tuma...@163.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #113 from tarsiiformes/requote
    
    Replace certain single quotes in docstrings
---
 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