* loading.texi (Named Features): @ -> @@ to fix typo.

This commit is contained in:
Paul Eggert 2012-11-23 22:50:44 -08:00
parent 0917cc542f
commit cb6f565049
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
* loading.texi (Named Features): @ -> @@ to fix typo.
2012-11-24 Martin Rudalics <rudalics@gmx.at>
* windows.texi (Basic Windows): Fix typo.

View file

@ -729,7 +729,7 @@ file should call @code{provide} at the top level to add the feature to
(defun idlwave-complete-filename ()
"Use the comint stuff to complete a file name."
(require 'comint)
(let* ((comint-file-name-chars "~/A-Za-z0-9+@:_.$#%=@{@}\\-")
(let* ((comint-file-name-chars "~/A-Za-z0-9+@@:_.$#%=@{@}\\-")
(comint-completion-addsuffix nil)
...)
(comint-dynamic-complete-filename)))