diff lisp/eshell/esh-var.el @ 63403:668456cdf6a1

(eshell/export): Fix quoting in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Jun 2005 11:33:54 +0000
parents b89e30bcd2bb
children c9af72762fae a1b34dec1104
line wrap: on
line diff
--- a/lisp/eshell/esh-var.el	Tue Jun 14 11:32:58 2005 +0000
+++ b/lisp/eshell/esh-var.el	Tue Jun 14 11:33:54 2005 +0000
@@ -297,7 +297,7 @@
   nil)
 
 (defun eshell/export (&rest sets)
-  "This alias allows the 'export' command to act as bash users expect."
+  "This alias allows the `export' command to act as bash users expect."
   (while sets
     (if (and (stringp (car sets))
 	     (string-match "^\\([^=]+\\)=\\(.*\\)" (car sets)))