From dfc2ef11a84d33eab916ff87b8537f8e28c05c92 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 28 May 2015 00:06:14 -0700 Subject: Fix minor quoting problems in doc strings Most of these fixes involve escaping grave accents that are actually intended to be grave accents, not left quotes. (Bug#20385) --- lisp/eshell/em-dirs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/eshell') 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) -- cgit v1.2.1