diff options
| author | Carsten Dominik | 2006-11-13 18:33:46 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-11-13 18:33:46 +0000 |
| commit | 1a20db362d75f03c5d1d1ca19e653de661874607 (patch) | |
| tree | eecf6fd2e492712ce74206e9434e9732448b4858 | |
| parent | 20882f4a71b6b32b044c02f18c95717151e14506 (diff) | |
| download | emacs-1a20db362d75f03c5d1d1ca19e653de661874607.tar.gz emacs-1a20db362d75f03c5d1d1ca19e653de661874607.zip | |
(org-emph-face): fix typo in varible name.
| -rw-r--r-- | lisp/textmodes/org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 50cee6736cb..5d7afc26a80 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -3397,7 +3397,7 @@ that will be added to PLIST. Returns the string that was modified." | |||
| 3397 | "Regular expression matching a time stamp or time stamp range. | 3397 | "Regular expression matching a time stamp or time stamp range. |
| 3398 | The time stamps may be either active or inactive.") | 3398 | The time stamps may be either active or inactive.") |
| 3399 | 3399 | ||
| 3400 | (defvar org-§emph-face nil) | 3400 | (defvar org-emph-face nil) |
| 3401 | 3401 | ||
| 3402 | (defun org-do-emphasis-faces (limit) | 3402 | (defun org-do-emphasis-faces (limit) |
| 3403 | "Run through the buffer and add overlays to links." | 3403 | "Run through the buffer and add overlays to links." |