# HG changeset patch # User Richard M. Stallman # Date 761615501 0 # Node ID 4fa3d631dae8dea7998b68fffd6a600d9ec2188f # Parent f9706301b8059ec0dd534584f7455d50adcbca16 (lisp-complete-symbol): Doc fix. diff -r f9706301b805 -r 4fa3d631dae8 lisp/emacs-lisp/lisp.el --- a/lisp/emacs-lisp/lisp.el Fri Feb 18 23:51:12 1994 +0000 +++ b/lisp/emacs-lisp/lisp.el Fri Feb 18 23:51:41 1994 +0000 @@ -230,10 +230,11 @@ (newline-and-indent)) (defun lisp-complete-symbol () - "Perform completion on Lisp symbol preceding point. That symbol is -compared against the symbols that exist and any additional characters -determined by what is there are inserted. - If the symbol starts just after an open-parenthesis, only symbols + "Perform completion on Lisp symbol preceding point. +Compare that symbol against the known Lisp symbols. + +The context determines which symbols are considered. +If the symbol starts just after an open-parenthesis, only symbols with function definitions are considered. Otherwise, all symbols with function definitions, values or properties are considered." (interactive)