emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cape 2c60d904f4: Improve docstrings


From: ELPA Syncer
Subject: [elpa] externals/cape 2c60d904f4: Improve docstrings
Date: Fri, 25 Feb 2022 13:57:18 -0500 (EST)

branch: externals/cape
commit 2c60d904f452d62137821e289404b3c16daa9673
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Improve docstrings
---
 cape.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/cape.el b/cape.el
index 3d212529c4..ef0733dde6 100644
--- a/cape.el
+++ b/cape.el
@@ -425,6 +425,7 @@ VALID is the input comparator, see `cape--input-valid-p'."
 ;;;###autoload
 (defun cape-file (&optional interactive)
   "Complete file name at point.
+See the user option `cape-file-directory-must-exist'.
 If INTERACTIVE is nil the function acts like a capf."
   (interactive (list t))
   (if interactive
@@ -472,7 +473,7 @@ If INTERACTIVE is nil the function acts like a capf."
 
 ;;;###autoload
 (defun cape-symbol (&optional interactive)
-  "Complete symbol at point.
+  "Complete Elisp symbol at point.
 If INTERACTIVE is nil the function acts like a capf."
   (interactive (list t))
   (if interactive
@@ -548,7 +549,7 @@ If INTERACTIVE is nil the function acts like a capf."
 
 ;;;###autoload
 (defun cape-ispell (&optional interactive)
-  "Complete with Ispell at point.
+  "Complete word with Ispell at point.
 If INTERACTIVE is nil the function acts like a capf."
   (interactive (list t))
   (if interactive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]