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:
parent
69df8d97d8
commit
a4fd4556b5
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user