branch: externals/scanner
commit d2d2d709db037f20a47be2513464eef17224b0e8
Author: Raffael Stocker <r.stoc...@mnet-mail.de>
Commit: Raffael Stocker <r.stoc...@mnet-mail.de>

    correct doc-string of scanner--program-args
---
 scanner.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scanner.el b/scanner.el
index 38aaa66612..f5292e49c7 100644
--- a/scanner.el
+++ b/scanner.el
@@ -653,12 +653,12 @@ y-dimension.  If no size is configured, return nil."
   "Return an arguments list as specified in ARGSPEC, assuming ARGS.
 
 ARGSPEC is expected to be a list of the form:
-   (\"--switch1\" 'argument1
+   (\"--switch1\" \\='argument1
     \"--switch2=\" (lambda (args) \"bar\"))
     \"--never-used\" nil
     \"--switch-without-argument\" t
-    'symbol \"--always-there\"
-    'other-symbol (\"baz\" \"quux\"))
+    \\='symbol \"--always-there\"
+    \\='other-symbol (\"baz\" \"quux\"))
 
 Assuming ‘argument1’ is ‘\"foo\"’, this specification will be
 translated into the arguments list:

Reply via email to