]> git.eshelyaron.com Git - emacs.git/commitdiff
Edit some vtable doc strings
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 14 Apr 2022 00:37:44 +0000 (02:37 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 14 Apr 2022 00:37:44 +0000 (02:37 +0200)
* lisp/emacs-lisp/vtable.el (make-vtable, vtable): Improve doc
strings.

lisp/emacs-lisp/vtable.el

index 943ede159a19cd994aab468f7ee360a726d1bfcd..2c6c90ee1f55898ef123cc08887588a85e269a8c 100644 (file)
@@ -68,7 +68,7 @@
    (row-colors :initarg :row-colors :accessor vtable-row-colors)
    (-cached-colors :initform nil :accessor vtable--cached-colors)
    (-cache :initform (make-hash-table :test #'equal)))
-  "A object to hold the data for a table.")
+  "An object to hold the data for a table.")
 
 (defvar-keymap vtable-map
   "S" #'vtable-sort-by-current-column
                             column-colors)
   "Create and insert a vtable at point.
 The vtable object is returned.  If INSERT is nil, the table won't
-be inserted."
+be inserted.
+
+See info node `(vtable)Top' for vtable documentation."
   (when objects-function
     (setq objects (funcall objects-function)))
   ;; Auto-generate the columns.