mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
(help-make-xrefs): Fix typpo.
This commit is contained in:
parent
f20f3ac73b
commit
377d15d97f
1 changed files with 1 additions and 2 deletions
|
|
@ -1040,8 +1040,7 @@ that."
|
|||
(end-of-line)
|
||||
(skip-chars-backward "^\t\n")
|
||||
(if (and (>= (current-column) col)
|
||||
+(looking-at "\\(\\sw\\|-\\)+$"))
|
||||
;;
|
||||
(looking-at "\\(\\sw\\|-\\)+$"))
|
||||
(let ((sym (intern-soft (match-string 0))))
|
||||
(if (fboundp sym)
|
||||
(help-xref-button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue