]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor doc fixes in icomplete.el
authorEli Zaretskii <eliz@gnu.org>
Thu, 19 Aug 2021 12:29:49 +0000 (15:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 19 Aug 2021 12:29:49 +0000 (15:29 +0300)
* lisp/icomplete.el (icomplete-section): Add :version.
(icomplete--augment): Doc fix.

lisp/icomplete.el

index ee34d85514bc822b26aef6fd5ba6bacdff11deb7..8407393389460256a2fd58540de2eb1e72dd619a 100644 (file)
@@ -112,7 +112,8 @@ Otherwise this should be a list of the completion tables (e.g.,
   :version "28.1")
 
 (defface icomplete-section '((t :inherit shadow :slant italic))
-  "Face used by `icomplete-vertical-mode' for the section title.")
+  "Face used by `icomplete-vertical-mode' for the section title."
+  :version "28.1")
 
 ;;;_* User Customization variables
 (defcustom icomplete-prospects-height 2
@@ -750,7 +751,7 @@ See `icomplete-mode' and `minibuffer-setup-hook'."
 (defun icomplete--augment (md prospects)
   "Augment completion strings in PROSPECTS with completion metadata MD.
 Return a list of strings (COMP PREFIX SUFFIX SECTION).  PREFIX
-and SUFFIX, if non-nil are obtained from `affixation-function' or
+and SUFFIX, if non-nil, are obtained from `affixation-function' or
 `annotation-function' metadata.  SECTION is obtained from
 `group-function'.  Consecutive `equal' sections are avoided.
 COMP is the element in PROSPECTS or a transformation also given