comparison lisp/hippie-exp.el @ 7639:67b7d1ea7b2e

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 May 1994 22:14:17 +0000
parents 81b21ef5290d
children 2b541cc4cd97
comparison
equal deleted inserted replaced
7638:fb6479579c0b 7639:67b7d1ea7b2e
189 189
190 ;;;###autoload 190 ;;;###autoload
191 (defvar hippie-expand-ignore-buffers '("^ \\*.*\\*$" dired-mode) 191 (defvar hippie-expand-ignore-buffers '("^ \\*.*\\*$" dired-mode)
192 "*A list specifying which buffers not to search (if not current). 192 "*A list specifying which buffers not to search (if not current).
193 Can contain both regexps matching buffer names (as strings) and major modes 193 Can contain both regexps matching buffer names (as strings) and major modes
194 (as atoms)") 194 \(as atoms)")
195 195
196 ;;;###autoload 196 ;;;###autoload
197 (defun hippie-expand (arg) 197 (defun hippie-expand (arg)
198 "Try to expand text before point, using multiple methods. 198 "Try to expand text before point, using multiple methods.
199 The expansion functions in `hippie-expand-try-functions-list' are 199 The expansion functions in `hippie-expand-try-functions-list' are