You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* CIDER respects the value of `eldoc-echo-area-use-multiline-p` when
146
+
displaying documentation in the minibuffer. You can customize this variable to change
147
+
its behaviour.
148
+
149
+
| eldoc-echo-area-use-multiline-p | Behaviour |
150
+
| ------------- | ------------- |
151
+
|`t`| Never attempt to truncate messages. Complete symbol name and function arglist or variable documentation will be displayed even if echo area must be resized to fit.|
152
+
|`nil`| Messages are always truncated to fit in a single line of display in the echo area. |
153
+
|`truncate-sym-name-if-fit` or anything non-nil | Symbol name may be truncated if it will enable the function arglist or documentation string to fit on a single line. Otherwise, behavior is just like `t` case. |
154
+
143
155
## Overlays
144
156
145
157
When you evaluate code in Clojure files, the result is displayed in the buffer
0 commit comments