(Man-highlight-references): Set an empty
string to `Man-arguments' if it is nil. Suggested by Reiner Steib <reinersteib+gmane@imap.cc>.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2005-11-10 Masatake YAMATO <jet@gyve.org>
|
||||
|
||||
* man.el (Man-highlight-references): Set an empty
|
||||
string to `Man-arguments' if it is nil.
|
||||
Suggested by Reiner Steib <reinersteib+gmane@imap.cc>.
|
||||
|
||||
2005-11-09 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* apropos.el (apropos-pattern): Renamed from apropos-regexp.
|
||||
|
||||
@@ -923,6 +923,10 @@ header file (#include <foo.h>) and files in FILES.
|
||||
If XREF-MAN-TYPE is used as the button type for items
|
||||
in SEE ALSO section. If it is nil, default type,
|
||||
`Man-xref-man-page' is used."
|
||||
;; `Man-highlight-references' is used from woman.el, too.
|
||||
;; woman.el doesn't set `Man-arguments'.
|
||||
(unless Man-arguments
|
||||
(setq Man-arguments ""))
|
||||
(if (string-match "-k " Man-arguments)
|
||||
(progn
|
||||
(Man-highlight-references0
|
||||
|
||||
Reference in New Issue
Block a user