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

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

[elpa] externals/setup 58cb897 09/24: Remove empty lines in docstrings


From: Stefan Monnier
Subject: [elpa] externals/setup 58cb897 09/24: Remove empty lines in docstrings
Date: Thu, 25 Mar 2021 13:42:35 -0400 (EDT)

branch: externals/setup
commit 58cb8975c3d67852f0d3a95eac982a957b50941c
Author: Philip K <philipk@posteo.net>
Commit: Philip K <philipk@posteo.net>

    Remove empty lines in docstrings
---
 setup.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/setup.el b/setup.el
index 71e83e9..2faccb3 100644
--- a/setup.el
+++ b/setup.el
@@ -329,7 +329,6 @@ If not given, it is assumed nothing is evaluated."
           ((error "Invalid option %S" name)))
     `(customize-set-variable ',name ,val "Modified by `setup'"))
   :documentation "Set the option NAME to VAL.
-
 NAME may be a symbol, or a cons-cell.  If NAME is a cons-cell, it
 will use the car value to modify the behaviour.  If NAME has the
 form (append VAR), VAL is appended to VAR.  If NAME has the
@@ -356,7 +355,6 @@ form (prepend VAR), VAL is prepended to VAR."
           ((error "Invalid variable %S" name)))
     `(add-hook setup-hook (lambda () (setq-local ,name ,val))))
   :documentation "Set the value of NAME to VAL in buffers of the current mode.
-
 NAME may be a symbol, or a cons-cell.  If NAME is a cons-cell, it
 will use the car value to modify the behaviour.  If NAME has the
 form (append VAR), VAL is appended to VAR.  If NAME has the



reply via email to

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