# HG changeset patch # User Richard M. Stallman # Date 898976722 0 # Node ID d5a086ed37f5bb4db36fddc5187061ad528da120 # Parent bde21619877be1b174e532c730ae6dbda80bce3e (imenu-space-replacement): Use `.'. diff -r bde21619877b -r d5a086ed37f5 lisp/imenu.el --- 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)