aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/esh-var.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-14 11:33:54 +0000
committerJuanma Barranquero <[email protected]>2005-06-14 11:33:54 +0000
commita4fd4556b5186a13fc5109255aa3e8c5798f1b5b (patch)
treebfb54a12987f99bf20961825087697a39899e955 /lisp/eshell/esh-var.el
parent69df8d97d8788e15dce1a1573294e201ca85f3ee (diff)
(eshell/export): Fix quoting in docstring.
Diffstat (limited to 'lisp/eshell/esh-var.el')
-rw-r--r--lisp/eshell/esh-var.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el
index a029427398..f1bd94baab 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)))