# HG changeset patch # User Juanma Barranquero # Date 1118748834 0 # Node ID 668456cdf6a1840abc6397d29fa16ca241c83119 # Parent 1fce9257f24ffbb8ba76dfbed57ae4639efdfc0c (eshell/export): Fix quoting in docstring. diff -r 1fce9257f24f -r 668456cdf6a1 lisp/eshell/esh-var.el --- 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)))