diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-14 08:43:18 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-16 19:37:07 +0200 |
commit | 63f419f1339cbd0a7d1e64586854a4f01b3f80d1 (patch) | |
tree | 80bce487ec8c4f7d8258d13a49b21cb4eb3f289b /lisp/registry.el | |
parent | 36474a1e490a5eae266805a0e04615741d56692c (diff) | |
download | emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.tar.gz emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.tar.bz2 emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.zip |
; Minor stylistic fixes found by checkdoc
Diffstat (limited to 'lisp/registry.el')
-rw-r--r-- | lisp/registry.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/registry.el b/lisp/registry.el index 258f7fc9046..c10ae91d169 100644 --- a/lisp/registry.el +++ b/lisp/registry.el @@ -60,7 +60,7 @@ ;; The user decides which fields are "precious", F2 for example. When ;; the registry is pruned, any entries without the F2 field will be ;; removed until the size is :max-size * :prune-factor _less_ than the -;; maximum database size. No entries with the F2 field will be removed +;; maximum database size. No entries with the F2 field will be removed ;; at PRUNE TIME, which means it may not be possible to prune back all ;; the way to the target size. @@ -326,7 +326,7 @@ Errors out if the key exists already." Attempts to prune the number of entries down to \(* :max-size :prune-factor) less than the max-size limit, so -pruning doesn't need to happen on every save. Removes only +pruning doesn't need to happen on every save. Removes only entries without the :precious keys, so it may not be possible to reach the target limit. |