'+' and '-' make a more intuitive pair of keybindings for
backtrace-pretty-print and backtrace-collapse than '+' and '='.
* lisp/emacs-lisp/backtrace.el (backtrace-mode-map):
* doc/lispref/debugging.texi (Backtraces): Change
keybinding for backtrace-collapse.
Add line breaks and indentation to the top-level Lisp form at point to
make it more readable.
-@item =
+@item -
Collapse the top-level Lisp form at point back to a single line.
@item #
(define-key map "#" 'backtrace-toggle-print-circle)
(define-key map "\C-m" 'backtrace-help-follow-symbol)
(define-key map "+" 'backtrace-pretty-print)
- (define-key map "=" 'backtrace-collapse)
+ (define-key map "-" 'backtrace-collapse)
(define-key map [follow-link] 'mouse-face)
(define-key map [mouse-2] 'mouse-select-window)
map)