diff options
Diffstat (limited to 'lisp/eshell/em-dirs.el')
| -rw-r--r-- | lisp/eshell/em-dirs.el | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el index e9458ccd85f..8a3b5817d5f 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el @@ -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)  | 
