]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/em-dirs.el
Fix minor quoting problems in doc strings
[gnu-emacs] / lisp / eshell / em-dirs.el
index e9458ccd85f2efd7ae422cb24034c6de4ecfdf9a..8a3b5817d5f8373fa8cc7088158bdd5005562501 100644 (file)
@@ -300,7 +300,7 @@ Thus, this does not include the current directory.")
                 eshell-user-names)))))))
 
 (defun eshell/pwd (&rest args)
-  "Change output from `pwd` to be cleaner."
+  "Change output from ‘pwd’ to be cleaner."
   (let* ((path default-directory)
         (len (length path)))
     (if (and (> len 1)