comparison lisp/info-look.el @ 78492:7c8949dbfa0d

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:38:50 +0000
parents 9355f9b7bbff
children 73661ddc7ac7 c1a567b9ea73 424b655804ca
comparison
equal deleted inserted replaced
78491:3ccc56d2b79e 78492:7c8949dbfa0d
142 If no topic or mode option has been specified, then the help topic defaults 142 If no topic or mode option has been specified, then the help topic defaults
143 to `symbol', and the help mode defaults to the current major mode." 143 to `symbol', and the help mode defaults to the current major mode."
144 (apply 'info-lookup-add-help* nil arg)) 144 (apply 'info-lookup-add-help* nil arg))
145 145
146 (defun info-lookup-maybe-add-help (&rest arg) 146 (defun info-lookup-maybe-add-help (&rest arg)
147 "Add a help specification iff none is defined. 147 "Add a help specification if none is defined.
148 See the documentation of the function `info-lookup-add-help' 148 See the documentation of the function `info-lookup-add-help'
149 for more details." 149 for more details."
150 (apply 'info-lookup-add-help* t arg)) 150 (apply 'info-lookup-add-help* t arg))
151 151
152 (defun info-lookup-add-help* (maybe &rest arg) 152 (defun info-lookup-add-help* (maybe &rest arg)