X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/518e6a154129710eb6be4009503d77ddfb263b50..d36b11e229d9e0d94ff87c6c3099b05ad29514fa:/lisp/eshell/esh-arg.el diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el index 2418dc1b1b..ccb0701d80 100644 --- a/lisp/eshell/esh-arg.el +++ b/lisp/eshell/esh-arg.el @@ -281,7 +281,7 @@ Point is left at the end of the arguments." (= (+ pos 2) (point-max)))))) (defun eshell-quote-backslash (string &optional index) - "Intelligently backslash the character occuring in STRING at INDEX. + "Intelligently backslash the character occurring in STRING at INDEX. If the character is itself a backslash, it needs no escaping." (let ((char (aref string index))) (if (eq char ?\\)