diff options
Diffstat (limited to 'compat-30.el')
| -rw-r--r-- | compat-30.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-30.el b/compat-30.el index 489ced7..9ff99ec 100644 --- a/compat-30.el +++ b/compat-30.el @@ -37,7 +37,7 @@ This variable might be subject to change without notice." ;;;; Defined in lread.c -(compat-defun obarray-clear (ob) ;; <compat-tests:obarray> +(compat-defun obarray-clear (ob) ;; <compat-tests:obarray-clear> "Remove all symbols from obarray OB." (fillarray ob 0)) |
