diff options
| author | Pavel Janík | 2001-11-13 11:59:54 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-13 11:59:54 +0000 |
| commit | 4bb962be221f8cbc879c02ed9168c59875af735e (patch) | |
| tree | 5f5d63f0c80130e7976131c61bb449b83d573929 /src | |
| parent | 0a33224089ca369fcfb3cfe55acdfad26fd98450 (diff) | |
| download | emacs-4bb962be221f8cbc879c02ed9168c59875af735e.tar.gz emacs-4bb962be221f8cbc879c02ed9168c59875af735e.zip | |
(Fface_attributes_as_vector): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/xfaces.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ec7ab8c6b03..531ab037726 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * xfaces.c (Fface_attributes_as_vector): Doc fix. | ||
| 4 | |||
| 3 | * w32fns.c (Fx_synchronize): Reindent. | 5 | * w32fns.c (Fx_synchronize): Reindent. |
| 4 | 6 | ||
| 5 | * fns.c: Doc fix. | 7 | * fns.c: Doc fix. |
diff --git a/src/xfaces.c b/src/xfaces.c index c789efa527d..3ea260f6c6b 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -5494,7 +5494,7 @@ lookup_derived_face (f, symbol, c, face_id) | |||
| 5494 | 5494 | ||
| 5495 | DEFUN ("face-attributes-as-vector", Fface_attributes_as_vector, | 5495 | DEFUN ("face-attributes-as-vector", Fface_attributes_as_vector, |
| 5496 | Sface_attributes_as_vector, 1, 1, 0, | 5496 | Sface_attributes_as_vector, 1, 1, 0, |
| 5497 | doc: /* Return a vector of face attributes corresponding to PLIST. */) | 5497 | doc: /* Return a vector of face attributes corresponding to PLIST. */) |
| 5498 | (plist) | 5498 | (plist) |
| 5499 | Lisp_Object plist; | 5499 | Lisp_Object plist; |
| 5500 | { | 5500 | { |