diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-11-23 22:50:44 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-11-23 22:50:44 -0800 |
commit | cb6f5650490d5248d1f9e339a20e93c52a66572b (patch) | |
tree | dcd42c2df8c731b0fb8f3de50c5e92a16340134b /doc/lispref/loading.texi | |
parent | 0917cc542f31c47ee6cc4ecff85dc2a698d98873 (diff) | |
download | emacs-cb6f5650490d5248d1f9e339a20e93c52a66572b.tar.gz |
* loading.texi (Named Features): @ -> @@ to fix typo.
Diffstat (limited to 'doc/lispref/loading.texi')
-rw-r--r-- | doc/lispref/loading.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 54acd0b4d4c..9ca5314d790 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -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))) |