Home | History | Annotate | Download | only in doc

Lines Matching defs:of

8 ;; modify it under the terms of the GNU General Public License
10 ;; of the License, or (at your option) any later version.
13 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; You should have received a copy of the GNU General Public License
72 ;; complete rewrite of libxmldoc-lookup-symbol
74 ;; - Now keeps the list of symbols between calls to speed things up.
81 ;; update README: use autoload instead of load+c-mode-hook
83 ;; string-match of XEmacs when used in completing-read used the
84 ;; minibuffer's value of case-fold-search, and not the one in the
92 ;; - keep (match-string 1) in a variable (libxmldoc-get-list-of-symbols)
102 "The root-directory of the libxml2-documentation (~ will be expanded).")
120 "The list of libxml-symbols.")
130 (setq libxmldoc-symbols (libxmldoc-get-list-of-symbols)))
144 ;; omit "" t) from call to completing-read for the sake of xemacs
176 buffer's value of case-fold-search (different from GNU Emacs)."
180 (defun libxmldoc-get-list-of-symbols()
181 "Get the list of html-links in the libxml-documentation."