[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/doc-show-inline 6bfea44e0b 08/12: Cleanup: minor improveme
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/doc-show-inline 6bfea44e0b 08/12: Cleanup: minor improvement to error message |
Date: |
Thu, 7 Jul 2022 11:58:57 -0400 (EDT) |
branch: elpa/doc-show-inline
commit 6bfea44e0b54c80255d34d15130940a09814e2a3
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>
Cleanup: minor improvement to error message
---
doc-show-inline.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc-show-inline.el b/doc-show-inline.el
index c17f782f99..11dbf94118 100644
--- a/doc-show-inline.el
+++ b/doc-show-inline.el
@@ -405,7 +405,9 @@ the point should not be moved by this function."
;; typically when the file is intended for another platform (for
example).
(imenu--make-index-alist)
(error
- (doc-show-inline--log-fail "IMENU couldn't access symbols (failed to
parse?): %s" err))))
+ (doc-show-inline--log-fail
+ "IMENU couldn't access symbols (failed to parse?): %s"
+ (error-message-string err)))))
(let
(
(alist imenu--index-alist)
- [nongnu] branch elpa/doc-show-inline created (now 0cceb39df3), ELPA Syncer, 2022/07/07
- [nongnu] elpa/doc-show-inline 2ddb1c70f9 02/12: Display blank space between the symbol and the comment, ELPA Syncer, 2022/07/07
- [nongnu] elpa/doc-show-inline 8b457d565d 06/12: Fix an error with C/C++ raising an error during syntax highlighting, ELPA Syncer, 2022/07/07
- [nongnu] elpa/doc-show-inline 5705f8d6f5 09/12: Cleanup: use brief SPDX license, ELPA Syncer, 2022/07/07
- [nongnu] elpa/doc-show-inline 0cceb39df3 12/12: Change URL to codeberg, ELPA Syncer, 2022/07/07
- [nongnu] elpa/doc-show-inline 2757164831 04/12: Fix for displaying indented doc-strings, ELPA Syncer, 2022/07/07
- [nongnu] elpa/doc-show-inline 6bfea44e0b 08/12: Cleanup: minor improvement to error message,
ELPA Syncer <=
- [nongnu] elpa/doc-show-inline 11fc50a13c 03/12: Demote errors, ELPA Syncer, 2022/07/07
- [nongnu] elpa/doc-show-inline daa99f0773 07/12: Fix repeat not being set for the initial timer, ELPA Syncer, 2022/07/07
- [nongnu] elpa/doc-show-inline 1c5837d2a6 01/12: Initial working version., ELPA Syncer, 2022/07/07
- [nongnu] elpa/doc-show-inline 3a4eee3ef3 05/12: Add doc-show-inline-exclude-regexp, ELPA Syncer, 2022/07/07
- [nongnu] elpa/doc-show-inline 4295439062 10/12: Add doc-show-inline-exclude-blank-lines option, ELPA Syncer, 2022/07/07
- [nongnu] elpa/doc-show-inline 11a29ebfd7 11/12: Fix use of marker-position on an integer, ELPA Syncer, 2022/07/07