mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
(rcirc-buffer-maximum-lines): Fix space/tab mixup in docstring.
This commit is contained in:
parent
db9cd97ad4
commit
92c4adc1e2
@ -15,7 +15,7 @@
|
||||
|
||||
;; This file is distributed in the hope that it will be useful,
|
||||
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
;; GNU General Public License for more details.
|
||||
|
||||
;; You should have received a copy of the GNU General Public License
|
||||
@ -137,7 +137,7 @@ Used as the first arg to `format-time-string'."
|
||||
(defcustom rcirc-buffer-maximum-lines nil
|
||||
"*The maximum size in lines for rcirc buffers.
|
||||
Channel buffers are truncated from the top to be no greater than this
|
||||
number. If zero or nil, no truncating is done."
|
||||
number. If zero or nil, no truncating is done."
|
||||
:type '(choice (const :tag "No truncation" nil)
|
||||
(integer :tag "Number of lines"))
|
||||
:group 'rcirc)
|
||||
|
Loading…
Reference in New Issue
Block a user