]> code.delx.au - gnu-emacs/blobdiff - lisp/pcmpl-cvs.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / pcmpl-cvs.el
index 33446af23d55102f70b30be38372df88fed8f4ed..b64fb65d3b7eed2331b7b88b1d4be238945372e8 100644 (file)
@@ -38,7 +38,7 @@
 ;; User Variables:
 
 (defcustom pcmpl-cvs-binary (or (executable-find "cvs") "cvs")
-  "The full path of the ‘cvs’ binary."
+  "The full path of the `cvs' binary."
   :type 'file
   :group 'pcmpl-cvs)
 
 (defun pcmpl-cvs-entries (&optional opers)
   "Return the Entries for the current directory.
 If OPERS is a list of characters, return entries for which that
-operation character applies, as displayed by ‘cvs -n update’."
+operation character applies, as displayed by `cvs -n update'."
   (let* ((arg (pcomplete-arg))
         (dir (file-name-as-directory
               (or (file-name-directory arg) "")))