]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/crm.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / emacs-lisp / crm.el
index f516e78c8cf3939b85245af1773876d9e7b31d9d..61cb3c3af4ed9711b60415a65f04a39baac8def9 100644 (file)
@@ -128,8 +128,8 @@ A value of nil specifies `try-completion'.  A value of t specifies
 `all-completions'.  A value of lambda specifies a test for an exact match.
 
 For more information on STRING, PREDICATE, and FLAG, see the Elisp
-Reference sections on 'Programmed Completion' and 'Basic Completion
-Functions'."
+Reference sections on “Programmed Completion” and “Basic Completion
+Functions."
   (let ((beg 0))
     (while (string-match crm-separator string beg)
       (setq beg (match-end 0)))