diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /lisp/ldefs-boot.el | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'lisp/ldefs-boot.el')
| -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 ae58bfc566b..7077925602c 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -31062,7 +31062,7 @@ values), despite potential performance issues, type \\[so-long-revert]. | |||
| 31062 | 31062 | ||
| 31063 | Use \\[so-long-commentary] for more information. | 31063 | Use \\[so-long-commentary] for more information. |
| 31064 | 31064 | ||
| 31065 | Use \\[so-long-customize] to configure the behavior. | 31065 | Use \\[so-long-customize] to configure the behaviour. |
| 31066 | 31066 | ||
| 31067 | \(fn)" t nil) | 31067 | \(fn)" t nil) |
| 31068 | 31068 | ||
| @@ -31099,7 +31099,7 @@ or call the function `global-so-long-mode'.") | |||
| 31099 | (custom-autoload 'global-so-long-mode "so-long" nil) | 31099 | (custom-autoload 'global-so-long-mode "so-long" nil) |
| 31100 | 31100 | ||
| 31101 | (autoload 'global-so-long-mode "so-long" "\ | 31101 | (autoload 'global-so-long-mode "so-long" "\ |
| 31102 | Toggle automated performance mitigation for files with long lines. | 31102 | Toggle automated performance mitigations for files with long lines. |
| 31103 | 31103 | ||
| 31104 | If called interactively, enable Global So-Long mode if ARG is | 31104 | If called interactively, enable Global So-Long mode if ARG is |
| 31105 | positive, and disable it if ARG is zero or negative. If called from | 31105 | positive, and disable it if ARG is zero or negative. If called from |
| @@ -31118,7 +31118,7 @@ When such files are detected by `so-long-predicate', we invoke the selected | |||
| 31118 | 31118 | ||
| 31119 | Use \\[so-long-commentary] for more information. | 31119 | Use \\[so-long-commentary] for more information. |
| 31120 | 31120 | ||
| 31121 | Use \\[so-long-customize] to configure the behavior. | 31121 | Use \\[so-long-customize] to configure the behaviour. |
| 31122 | 31122 | ||
| 31123 | \(fn &optional ARG)" t nil) | 31123 | \(fn &optional ARG)" t nil) |
| 31124 | 31124 | ||