1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

(eshell/export): Fix quoting in docstring.

This commit is contained in:
Juanma Barranquero 2005-06-14 11:33:54 +00:00
parent 69df8d97d8
commit a4fd4556b5

View File

@ -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)))