]> git.eshelyaron.com Git - emacs.git/commitdiff
(imenu-space-replacement): Use `.'.
authorRichard M. Stallman <rms@gnu.org>
Sat, 27 Jun 1998 19:45:22 +0000 (19:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 27 Jun 1998 19:45:22 +0000 (19:45 +0000)
lisp/imenu.el

index e10e703738cef1b68bf9c3111fcdf3d088996ed9..9280f0dacfe0339c34c15c01983edf8405e612bf 100644 (file)
@@ -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)