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.
|
||||
|
||||
@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.
|
||||
@end defun
|
||||
|
||||
|
|
|
|||
|
|
@ -675,5 +675,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
|||
</array>
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
<string>YES</string>
|
||||
<key>NSAppleEventsUsageDescription</key>
|
||||
<string>Emacs requires permission to send AppleEvents to other applications.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue