summaryrefslogtreecommitdiff
path: root/lisp/hippie-exp.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-05-18 20:51:47 -0400
committerGlenn Morris <rgm@gnu.org>2015-05-18 20:51:47 -0400
commitf42ceab546c12534190ef0aac6db9de23c7a3e1a (patch)
tree75c99eaec4a0a06e82318d24b596861b18cdc28a /lisp/hippie-exp.el
parent941ae9f2578ccd2760090dcd3f450339893b9492 (diff)
downloademacs-f42ceab546c12534190ef0aac6db9de23c7a3e1a.tar.gz
Further lisp-complete-symbol related cleanup.
* lisp/emacs-lisp/lisp.el (lisp-complete-symbol): Unadvertise non-functional argument. Replace obsolete alias.
Diffstat (limited to 'lisp/hippie-exp.el')
-rw-r--r--lisp/hippie-exp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el
index b167671ab0b..a19ff32f1da 100644
--- a/lisp/hippie-exp.el
+++ b/lisp/hippie-exp.el
@@ -99,10 +99,10 @@
;; from the kill ring. May be good if you don't know how far up in
;; the kill-ring the required entry is, and don't want to mess with
;; "Choose Next Paste".
-;; `try-complete-lisp-symbol' : like `lisp-complete-symbol', but goes
+;; `try-complete-lisp-symbol' : like `elisp-completion-at-point', but goes
;; through all possibilities instead of completing what is unique.
;; Might be tedious (usually a lot of possible completions) and
-;; since its function is much like `lisp-complete-symbol', which
+;; since its function is much like `completion-at-point', which
;; already has a key of its own, you might want to remove this.
;; `try-complete-lisp-symbol-partially' : To insert in the list just
;; before `try-complete-lisp-symbol' for those who first want to get