branch: externals/rec-mode
commit 113747c662674a04c3880b6033a82a78a32680f3
Author: Jose E. Marchesi <[email protected]>
Commit: Antoine Kalmbach <[email protected]>
maint: syntax-check fixes.
---
etc/rec-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/rec-mode.el b/etc/rec-mode.el
index 122fb3c..6858700 100644
--- a/etc/rec-mode.el
+++ b/etc/rec-mode.el
@@ -1352,7 +1352,7 @@ Each character should identify only one name."
(defvar rec-summary-rec-buffer nil
"rec-mode buffer paired with this summary buffer.")
-(make-variable-buffer-local 'rec-summary-rec-buffer)
+(make-variable-buffer-local 'rec-summary-rec-buffer)
(define-derived-mode rec-summary-mode tabulated-list-mode "Rec Summary"
"Major mode for summarizing the contents of a recfile.
@@ -2243,7 +2243,7 @@ Commands:
\\{rec-mode-map}
Turning on rec-mode calls the members of the variable
-`rec-mode-hook' with no args, if that value is is non-nil."
+`rec-mode-hook' with no args, if that value is non-nil."
(interactive)
(kill-all-local-variables)
(widen)