emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/rec-mode 113747c 71/98: maint: syntax-check fixes.


From: Stefan Monnier
Subject: [elpa] externals/rec-mode 113747c 71/98: maint: syntax-check fixes.
Date: Thu, 12 Nov 2020 13:18:43 -0500 (EST)

branch: externals/rec-mode
commit 113747c662674a04c3880b6033a82a78a32680f3
Author: Jose E. Marchesi <jemarch@gnu.org>
Commit: Antoine Kalmbach <ane@iki.fi>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]