diff options
author | jao <jao@gnu.org> | 2022-03-06 19:18:54 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-06 19:18:54 +0000 |
commit | f9a40fe67e15ad2ec984687a8e99844707f736e5 (patch) | |
tree | 19fa70ac83747a42039ad44c963cd102fe55d9f8 /elisp/geiser-log.el | |
parent | e9f89952ee7466d030319c5b26eb9ce505516b1f (diff) | |
download | geiser-f9a40fe67e15ad2ec984687a8e99844707f736e5.tar.gz geiser-f9a40fe67e15ad2ec984687a8e99844707f736e5.tar.bz2 |
Harmonizing buffer names
So that now all start with *Geiser (and a space for hidden ones) and
use consistent capitalization (see issue #38).
Diffstat (limited to 'elisp/geiser-log.el')
-rw-r--r-- | elisp/geiser-log.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/elisp/geiser-log.el b/elisp/geiser-log.el index 1310187..2573138 100644 --- a/elisp/geiser-log.el +++ b/elisp/geiser-log.el @@ -1,6 +1,6 @@ ;;; geiser-log.el -- logging utilities -;; Copyright (C) 2009, 2010, 2012, 2019, 2021 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010, 2012, 2019, 2021, 2022 Jose Antonio Ortega Ruiz ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the Modified BSD License. You should @@ -27,11 +27,11 @@ ;;; Customization: (geiser-custom--defcustom geiser-log-autoscroll-buffer-p nil - "Set this so than the buffer *geiser messages* always shows the last message" + "Set this so than the buffer *Geiser Messages* always shows the last message" :group 'geiser :type 'boolean) -(defvar geiser-log--buffer-name "*geiser messages*" +(defvar geiser-log--buffer-name "*Geiser Messages*" "Name of the Geiser log buffer.") (defvar geiser-log--max-buffer-size 320000 |