diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-10 22:53:12 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-10 22:53:12 -0800 |
commit | 5a5fa834285f10c4ab10de4de149c5b0f73403f4 (patch) | |
tree | 6a62a7063545a14a579167e568915b8defca0dd3 /lisp/progmodes/idlw-shell.el | |
parent | 090446227fc1de9a69449cda72bbf541c32a7f86 (diff) | |
download | emacs-5a5fa834285f10c4ab10de4de149c5b0f73403f4.tar.gz emacs-5a5fa834285f10c4ab10de4de149c5b0f73403f4.tar.bz2 emacs-5a5fa834285f10c4ab10de4de149c5b0f73403f4.zip |
Duplicate-word and spelling fixes.
Diffstat (limited to 'lisp/progmodes/idlw-shell.el')
-rw-r--r-- | lisp/progmodes/idlw-shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index 619b903e902..55a085fbde0 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -227,7 +227,7 @@ window, but is useful for stepping, etc." "Obsolete variable. See `idlwave-shell-debug-modifiers'.") (defcustom idlwave-shell-use-truename nil - "*Non-nil means, use use `file-truename' when looking for buffers. + "*Non-nil means, use `file-truename' when looking for buffers. If this variable is non-nil, Emacs will use the function `file-truename' to resolve symbolic links in the file paths printed by e.g., STOP commands. This means, unvisited files will be loaded under their truename. |