Mercurial > emacs
changeset 63403:668456cdf6a1
(eshell/export): Fix quoting in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 14 Jun 2005 11:33:54 +0000 |
parents | 1fce9257f24f |
children | 1d2443a3e033 |
files | lisp/eshell/esh-var.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)))