mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Merge from origin/emacs-26
6e54762Fix Apple Script permissions error19f705cFix typo in 'timerp' documentation
This commit is contained in:
commit
7a7a3a4bfe
2 changed files with 3 additions and 1 deletions
|
|
@ -1841,7 +1841,7 @@ special object that stores the information about the next invocation
|
||||||
times and the function to invoke.
|
times and the function to invoke.
|
||||||
|
|
||||||
@defun timerp object
|
@defun timerp object
|
||||||
This predicate function returns non-@code{nil} of @code{object} is a
|
This predicate function returns non-@code{nil} if @code{object} is a
|
||||||
timer.
|
timer.
|
||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -675,5 +675,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||||
</array>
|
</array>
|
||||||
<key>NSAppleScriptEnabled</key>
|
<key>NSAppleScriptEnabled</key>
|
||||||
<string>YES</string>
|
<string>YES</string>
|
||||||
|
<key>NSAppleEventsUsageDescription</key>
|
||||||
|
<string>Emacs requires permission to send AppleEvents to other applications.</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue