summaryrefslogtreecommitdiff
path: root/lisp/imenu.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-06-27 19:45:22 +0000
committerRichard M. Stallman <rms@gnu.org>1998-06-27 19:45:22 +0000
commita742f6ccb5888a708f26a920fe0403e1abc322a5 (patch)
treeee3cf934e2a94bf4086f8fc0399576301f0270c0 /lisp/imenu.el
parent26471f0600f26c613d7ce7ca25b0ed6b2395a1a5 (diff)
downloademacs-a742f6ccb5888a708f26a920fe0403e1abc322a5.tar.gz
(imenu-space-replacement): Use `.'.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r--lisp/imenu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el
index e10e703738c..9280f0dacfe 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -151,9 +151,9 @@ which case you might as well set this to nil."
(const :tag "None" nil))
:group 'imenu)
-(defcustom imenu-space-replacement "^"
+(defcustom imenu-space-replacement "."
"*The replacement string for spaces in index names.
-Used when presenting the index in a completion-buffer to make the
+Used when presenting the index in a completion buffer to make the
names work as tokens."
:type 'string
:group 'imenu)