diff options
| -rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index b8bd36d2c44..9d84a3dd85e 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -131,8 +131,6 @@ in that frame; otherwise change each frame." | |||
| 131 | This is an alist associating face names with the default values for | 131 | This is an alist associating face names with the default values for |
| 132 | their parameters. Newly created frames get their data from here.") | 132 | their parameters. Newly created frames get their data from here.") |
| 133 | 133 | ||
| 134 | do not use this") | ||
| 135 | |||
| 136 | (defun face-list () | 134 | (defun face-list () |
| 137 | "Returns a list of all defined face names." | 135 | "Returns a list of all defined face names." |
| 138 | (mapcar 'car global-face-data)) | 136 | (mapcar 'car global-face-data)) |