From a742f6ccb5888a708f26a920fe0403e1abc322a5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 27 Jun 1998 19:45:22 +0000 Subject: [PATCH] (imenu-space-replacement): Use `.'. --- lisp/imenu.el | 4 ++-- 1 file 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) -- 2.39.2