(progn
(insert (format-message " `%s'" handler))
(save-excursion
- (re-search-backward (substitute-command-keys "`\\([^`']+\\)'")
- nil t)
+ (re-search-backward (substitute-command-keys "`\\([^`']+\\)'"))
(help-xref-button 1 'help-function handler)))
;; FIXME: Obsolete since 24.4.
(let ((lib (get function 'compiler-macro-file)))
(when (stringp lib)
(insert (format-message " in `%s'" lib))
(save-excursion
- (re-search-backward (substitute-command-keys "`\\([^`']+\\)'")
- nil t)
+ (re-search-backward (substitute-command-keys "`\\([^`']+\\)'"))
(help-xref-button 1 'help-function-cmacro function lib)))))))
(unless (bolp)
(insert ". See "
(setq help-mode--current-data (list :symbol function
:file file-name))
(save-excursion
- (re-search-backward (substitute-command-keys "`\\([^`']+\\)'")
- nil t)
+ (re-search-backward (substitute-command-keys "`\\([^`']+\\)'"))
(help-xref-button 1 'help-function-def function file-name))))
(princ "."))))
:file file-name))
(save-excursion
(re-search-backward (substitute-command-keys
- "`\\([^`']+\\)'")
- nil t)
+ "`\\([^`']+\\)'"))
(help-xref-button 1 'help-variable-def
variable file-name)))
(if valvoid
(princ (concat " You can " customize-label (or text " this variable.")))
(with-current-buffer standard-output
(save-excursion
- (re-search-backward
- (concat "\\(" customize-label "\\)") nil t)
+ (re-search-backward (concat "\\(" customize-label "\\)"))
(help-xref-button 1 'help-customize-variable variable)))
(terpri))))
"\n\n"))
(with-current-buffer standard-output
(save-excursion
- (re-search-backward
- (concat "\\(" customize-label "\\)") nil t)
+ (re-search-backward (concat "\\(" customize-label "\\)"))
(help-xref-button 1 'help-customize-face f)))
(setq file-name (find-lisp-object-file-name f 'defface))
(if (not file-name)
;; Make a hyperlink to the library.
(save-excursion
(re-search-backward
- (substitute-command-keys "`\\([^`']+\\)'") nil t)
+ (substitute-command-keys "`\\([^`']+\\)'"))
(help-xref-button 1 'help-face-def f file-name))
(princ ".")
(terpri)
(not (eq attr 'unspecified)))
;; Make a hyperlink to the parent face.
(save-excursion
- (re-search-backward ": \\([^:]+\\)" nil t)
+ (re-search-backward ": \\([^:]+\\)")
(help-xref-button 1 'help-face attr)))
(insert "\n")))
(terpri)))
"C source code"
(help-fns-short-filename file-name))))
(save-excursion
- (re-search-backward (substitute-command-keys
- "`\\([^`']+\\)'")
- nil t)
+ (re-search-backward (substitute-command-keys "`\\([^`']+\\)'"))
(setq help-mode--current-data (list :symbol keymap
:file file-name))
(help-xref-button 1 'help-variable-def