From: Richard M. Stallman Date: Sat, 27 Jun 1998 19:45:22 +0000 (+0000) Subject: (imenu-space-replacement): Use `.'. X-Git-Tag: emacs-20.3~451 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a742f6ccb5888a708f26a920fe0403e1abc322a5;p=emacs.git (imenu-space-replacement): Use `.'. --- 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)