* loading.texi (Named Features): @ -> @@ to fix typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Nov 2012 06:50:44 +0000 (22:50 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Nov 2012 06:50:44 +0000 (22:50 -0800)
doc/lispref/ChangeLog
doc/lispref/loading.texi

index b5c4318..3b4b04c 100644 (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.
index 54acd0b..9ca5314 100644 (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)))