emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-arg.el, v [EMACS_22_BASE]


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-arg.el, v [EMACS_22_BASE]
Date: Tue, 26 Aug 2008 11:03:05 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      08/08/26 11:03:00

Index: eshell/esh-arg.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/eshell/esh-arg.el,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -u -b -r1.13.2.2 -r1.13.2.3
--- eshell/esh-arg.el   7 Jan 2008 01:14:47 -0000       1.13.2.2
+++ eshell/esh-arg.el   26 Aug 2008 11:02:58 -0000      1.13.2.3
@@ -281,7 +281,7 @@
                (= (+ 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 ?\\)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]