From: Juanma Barranquero Date: Tue, 14 Jun 2005 11:33:54 +0000 (+0000) Subject: (eshell/export): Fix quoting in docstring. X-Git-Tag: emacs-pretest-22.0.90~8974 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4fd4556b5186a13fc5109255aa3e8c5798f1b5b;p=emacs.git (eshell/export): Fix quoting in docstring. --- diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index a0294273985..f1bd94baabf 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el @@ -297,7 +297,7 @@ This function is explicit for adding to `eshell-parse-argument-hook'." 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)))