diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 6ff252b0233..711ec48bbdd 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -6957,9 +6957,9 @@ function, do: | |||
| 6957 | 6957 | ||
| 6958 | You probably want to use the face-remap package included in Emacs | 6958 | You probably want to use the face-remap package included in Emacs |
| 6959 | instead of manipulating face-remapping-alist directly. Note that many | 6959 | instead of manipulating face-remapping-alist directly. Note that many |
| 6960 | of the functions inthat package modify the list destructively, so make | 6960 | of the functions in that package modify the list destructively, so make |
| 6961 | sure to set it to a fresh value (for instance, use `copy-tree' as in | 6961 | sure you set it to a fresh value (for instance, use `copy-tree' as in |
| 6962 | the example above). | 6962 | the example above) before modifying. |
| 6963 | 6963 | ||
| 6964 | Because Emacs normally only redraws screen areas when the underlying | 6964 | Because Emacs normally only redraws screen areas when the underlying |
| 6965 | buffer contents change, you may need to call `redraw-display' after | 6965 | buffer contents change, you may need to call `redraw-display' after |