]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finsert_abbrev_table_description): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 24 Feb 2004 03:32:29 +0000 (03:32 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 24 Feb 2004 03:32:29 +0000 (03:32 +0000)
src/abbrev.c

index 1cf06946631119ca4513f497f8c8f4b48dd9a0aa..41e329ac95d199030e549847a120bbb219db0947 100644 (file)
@@ -540,7 +540,8 @@ is inserted.  Otherwise the description is an expression,
 a call to `define-abbrev-table', which would
 define the abbrev table NAME exactly as it is currently defined.
 
-Abbrevs marked as "system abbrevs" are omitted.  */)
+Abbrevs marked as "system abbrevs" are normally omitted.  However, if
+READABLE is non-nil, they are listed.  */)
      (name, readable)
      Lisp_Object name, readable;
 {