]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "info-lookup-symbol: Fix the suggested default value in Custom buffers"
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Sep 2020 15:23:31 +0000 (17:23 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Sep 2020 15:23:31 +0000 (17:23 +0200)
This reverts commit ccae4ea6990580e7489e7c9f958b4a094b32b8b8.

We can't use a string with a display string here, anyway, because
it's used in other contexts.

lisp/info-look.el

index 97d4f11af8197004096b707c7cc68e53770eca54..4e379cadef1b416a12075c74bbf2067318bb420f 100644 (file)
@@ -298,8 +298,7 @@ If optional argument QUERY is non-nil, query for the help mode."
         (enable-recursive-minibuffers t)
         (value (completing-read
                 (if default
-                    (format "Describe %s (default %s): " topic
-                             (substring-no-properties default))
+                    (format "Describe %s (default %s): " topic default)
                   (format "Describe %s: " topic))
                 completions nil nil nil 'info-lookup-history default)))
     (list (if (equal value "") default value) mode)))
@@ -649,9 +648,6 @@ Return nil if there is nothing appropriate in the buffer near point."
                     (> end beg)))
            (buffer-substring-no-properties beg end)))))
     (error nil)))
-;; We don't need this anymore, because now Custom inserts the unlispified name
-;; in the buffer.  (Bug#41905)
-(make-obsolete 'info-lookup-guess-custom-symbol nil "28.1")
 
 (defun info-lookup-guess-gdb-script-symbol ()
   "Get symbol at point in GDB script buffers."
@@ -1069,6 +1065,7 @@ Return nil if there is nothing appropriate in the buffer near point."
  :mode 'Custom-mode
  :ignore-case t
  :regexp "[^][()`'‘’,:\" \t\n]+"
+ :parse-rule 'info-lookup-guess-custom-symbol
  :other-modes '(emacs-lisp-mode))
 
 (info-lookup-maybe-add-help