]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/esh-var.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / eshell / esh-var.el
index f5110c384758dab63c454a71e5bcf19c0022a47c..0d94186cb9a29ebf29877637c11d414d9ee99008 100644 (file)
 (require 'ring)
 
 (defgroup eshell-var nil
-  "Variable interpolation is introduced whenever the ‘$’ character
+  "Variable interpolation is introduced whenever the `$' character
 appears unquoted in any argument (except when that argument is
 surrounded by single quotes).  It may be used to interpolate a
 variable value, a subcommand, or even the result of a Lisp form."