Mercurial > emacs
changeset 22628:d5a086ed37f5
(imenu-space-replacement): Use `.'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 27 Jun 1998 19:45:22 +0000 |
parents | bde21619877b |
children | 5d51b13e0d1f |
files | lisp/imenu.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/imenu.el Sat Jun 27 17:48:27 1998 +0000 +++ b/lisp/imenu.el Sat Jun 27 19:45:22 1998 +0000 @@ -151,9 +151,9 @@ (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)