emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/category.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/category.c
Date: Tue, 13 Nov 2001 23:49:55 -0500

Index: emacs/src/category.c
diff -u emacs/src/category.c:1.27 emacs/src/category.c:1.28
--- emacs/src/category.c:1.27   Fri Nov  2 15:18:56 2001
+++ emacs/src/category.c        Tue Nov 13 23:49:55 2001
@@ -119,10 +119,11 @@
 
 DEFUN ("get-unused-category", Fget_unused_category, Sget_unused_category,
        0, 1, 0,
-       doc: /* Return a category which is not yet defined in CATEGORY-TABLE.  
If no
-category remains available, return nil.  The optional argument CATEGORY-TABLE
-specifies which category table to modify; it defaults to the current
-buffer's category table.  */)
+       doc: /* Return a category which is not yet defined in CATEGORY-TABLE.
+If no category remains available, return nil.
+The optional argument CATEGORY-TABLE
+specifies which category table to modify;
+it defaults to the current buffer's category table.  */)
      (table)
      Lisp_Object table;
 {



reply via email to

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