diff options
| author | Nicolas Petton | 2020-08-04 22:05:24 +0200 |
|---|---|---|
| committer | Nicolas Petton | 2020-08-04 22:05:24 +0200 |
| commit | 86d8d76aa36037184db0b2897c434cdaab1a9ae8 (patch) | |
| tree | cf021aa0cbd9e6bb8225d04f6879450ad4ae10d9 | |
| parent | a6634197dac0ce0863e5d017bccc3af32764288a (diff) | |
| download | emacs-27.1.tar.gz emacs-27.1.zip | |
; lisp/ldefs-boot.el: Update.emacs-27.1-rc2emacs-27.1
| -rw-r--r-- | lisp/ldefs-boot.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 18935f80aa5..c755bdfde3f 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -30768,7 +30768,7 @@ values), despite potential performance issues, type \\[so-long-revert]. | |||
| 30768 | 30768 | ||
| 30769 | Use \\[so-long-commentary] for more information. | 30769 | Use \\[so-long-commentary] for more information. |
| 30770 | 30770 | ||
| 30771 | Use \\[so-long-customize] to configure the behavior. | 30771 | Use \\[so-long-customize] to configure the behaviour. |
| 30772 | 30772 | ||
| 30773 | \(fn)" t nil) | 30773 | \(fn)" t nil) |
| 30774 | 30774 | ||
| @@ -30805,7 +30805,7 @@ or call the function `global-so-long-mode'.") | |||
| 30805 | (custom-autoload 'global-so-long-mode "so-long" nil) | 30805 | (custom-autoload 'global-so-long-mode "so-long" nil) |
| 30806 | 30806 | ||
| 30807 | (autoload 'global-so-long-mode "so-long" "\ | 30807 | (autoload 'global-so-long-mode "so-long" "\ |
| 30808 | Toggle automated performance mitigation for files with long lines. | 30808 | Toggle automated performance mitigations for files with long lines. |
| 30809 | 30809 | ||
| 30810 | If called interactively, enable Global So-Long mode if ARG is | 30810 | If called interactively, enable Global So-Long mode if ARG is |
| 30811 | positive, and disable it if ARG is zero or negative. If called from | 30811 | positive, and disable it if ARG is zero or negative. If called from |
| @@ -30824,7 +30824,7 @@ When such files are detected by `so-long-predicate', we invoke the selected | |||
| 30824 | 30824 | ||
| 30825 | Use \\[so-long-commentary] for more information. | 30825 | Use \\[so-long-commentary] for more information. |
| 30826 | 30826 | ||
| 30827 | Use \\[so-long-customize] to configure the behavior. | 30827 | Use \\[so-long-customize] to configure the behaviour. |
| 30828 | 30828 | ||
| 30829 | \(fn &optional ARG)" t nil) | 30829 | \(fn &optional ARG)" t nil) |
| 30830 | 30830 | ||