diff options
| author | Eli Zaretskii | 2001-01-27 11:49:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-27 11:49:46 +0000 |
| commit | cfee9de7a9fe94e3caa215710b2b60b84cdbd6b8 (patch) | |
| tree | 370185d5a5b475427d950295169343d2d95680ad /lisp | |
| parent | cfa702446e19545e89e09a4467c462f2437e76d6 (diff) | |
| download | emacs-cfee9de7a9fe94e3caa215710b2b60b84cdbd6b8.tar.gz emacs-cfee9de7a9fe94e3caa215710b2b60b84cdbd6b8.zip | |
(facemenu-set-face, facemenu-set-face-from-menu): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/facemenu.el | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f0931c7fd15..076b10bbec0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu): | ||
| 4 | Doc fix. | ||
| 5 | |||
| 3 | * simple.el (transient-mark-mode): Document the fact that many | 6 | * simple.el (transient-mark-mode): Document the fact that many |
| 4 | commands act on the region when mark is active. | 7 | commands act on the region when mark is active. |
| 5 | 8 | ||
diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 5230ca5196f..1cd97f39670 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el | |||
| @@ -326,8 +326,8 @@ will not show through at all will be removed. | |||
| 326 | 326 | ||
| 327 | Interactively, the face to be used is read with the minibuffer. | 327 | Interactively, the face to be used is read with the minibuffer. |
| 328 | 328 | ||
| 329 | If the region is active and there is no prefix argument, | 329 | In the Transient Mark mode, if the region is active and there is no |
| 330 | this command sets the region to the requested face. | 330 | prefix argument, this command sets the region to the requested face. |
| 331 | 331 | ||
| 332 | Otherwise, this command specifies the face for the next character | 332 | Otherwise, this command specifies the face for the next character |
| 333 | inserted. Moving point or switching buffers before | 333 | inserted. Moving point or switching buffers before |
| @@ -377,8 +377,8 @@ typing a character cancels the request." | |||
| 377 | This function is designed to be called from a menu; the face to use | 377 | This function is designed to be called from a menu; the face to use |
| 378 | is the menu item's name. | 378 | is the menu item's name. |
| 379 | 379 | ||
| 380 | If the region is active and there is no prefix argument, | 380 | In the Transient Mark mode, if the region is active and there is no |
| 381 | this command sets the region to the requested face. | 381 | prefix argument, this command sets the region to the requested face. |
| 382 | 382 | ||
| 383 | Otherwise, this command specifies the face for the next character | 383 | Otherwise, this command specifies the face for the next character |
| 384 | inserted. Moving point or switching buffers before | 384 | inserted. Moving point or switching buffers before |