diff src/faces.c @ 4534:f32c7f843961

#'built-in-face-specifiers; document that we're returning a copy. 2008-12-22 Aidan Kehoe <kehoea@parhasard.net> * faces.c (Fbuilt_in_face_specifiers): Document that we're returning a copy.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 22 Dec 2008 12:09:08 +0000
parents 16906fefc8df
children cbe5d2169270
line wrap: on
line diff
--- a/src/faces.c	Mon Dec 22 12:05:47 2008 +0000
+++ b/src/faces.c	Mon Dec 22 12:09:08 2008 +0000
@@ -703,6 +703,9 @@
 
 DEFUN ("built-in-face-specifiers", Fbuilt_in_face_specifiers, 0, 0, 0, /*
 Return a list of all built-in face specifier properties.
+
+This is a copy; there is no way to modify XEmacs' idea of the built-in face
+specifier properties from Lisp.
 */
        ())
 {